home *** CD-ROM | disk | FTP | other *** search
/ Learning Games / Learning Games (1995)(Maple Media).iso / start.bat < prev    next >
DOS Batch File  |  1995-01-19  |  465b  |  14 lines

  1. cls
  2. echo off
  3. echo   If you encounter problem installing this program,
  4. echo   then start Windows from DOS prompt;
  5. echo   From the Program Manager, Choose FILE, then RUN.
  6. echo   Window will ask you to fill in the name of the program
  7. echo   to run,
  8. echo   Type D:\SETUP and click OK.
  9. echo   (Change drive letter if your CD-ROM drive is not "D")
  10. echo   This installation program assumes WINDOWS subdirectory
  11. echo   is in your DOS path.
  12. pause
  13. win setup.exe
  14.